home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / querykillchanges.fpl.readme < prev    next >
Text File  |  1996-03-26  |  1KB  |  31 lines

  1. ############################################
  2. File:        QueryKillChanges.FPL
  3. Author:        Kjell Ericson/Daniel Stenberg
  4. Email:        kjer@netcom.se, Daniel.Stenberg@sth.frontec.se
  5. Short:        Require confirmation before killing changed buffers
  6. Version:    1.5
  7. Date:        14.7.95
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type: hook
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   This function package hooks the functions Load(), Kill(), Clear() and
  17. QuitAll(). If any of the three first functions are invoked with a modified
  18. current buffer, a confirmation requester will appear. If QuitAll() is
  19. invoked with any modified buffer, a confirmation requester will appear.
  20.  
  21. HISTORY
  22.  1.1 -    The clear hook only asks for confirmation if 0 was sent as buffer ID.
  23.     If any program/user specifies a buffer ID, it probably means it is
  24.     certain that it's all right! (My MultiBlock.FPL goes weird anyway!)
  25.  1.2 -  Now uses string additions.
  26.     Several of the ReadInfo()s in the functions were incorrect!
  27.  1.3 -    New *much* improved QuitAll()-hook!
  28.  1.4 -    Added a "Save&kill" button to the "kill buffer" requester.
  29.  1.5 -    Fixed the kill and clear requesters to include a buffer name properly
  30.     even if it is a noname buffer.
  31.